This page demonstrate the Bootstrap Jumbotron and the Bootstrap Typography.
<code>
and the <small>
tagThe small element is used to create a lighter, secondary text in any heading:
Notice this div-block is of the class: "container" - it provides a responsive fixed width container
<code>
and the <small>
tagThe small element is used to create a lighter, secondary text in any heading:
Notice this div-block is of the class: "container-fluid" - it provides a full width container, spanning the entire width of the viewport
<mark>
<abbr>
<blockquote>
and the <dl>
tagThe <mark>
tag can be used to highligt text
The <blockquote>
element is used to present content from another source and the <abbr>
element is used to mark up an abbreviation or acronym:
JSON is an open standard format that uses human-readable text to transmit data objects consisting of attribute–value pairs.
<dl>
, with terms <dt>
and descriptions <dd>